CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group
In This Topic
All Operations Resource Group
In This Topic
Operations
Post/createProject
Creates new project.
Get/projects/{projectId}
returns the project name for the given project id
Get/projects/{projectId}/classes
returns the list of classes in a project
Get/projects/{projectId}/devices
returns an array of devices in the project optionally filtered by port prefix
Get/projects/{projectId}/historianConnections
returns a list of historianConnections in a project that satisfy the filter criteria
Post/projects/{projectId}/historianConnections
Creates or updates an array of historian connections in the project
Post/Projects/{projectId}/historianConnections:batchDelete
Deletes an array of historain connections in the project
Post/projects/{projectId}/historianConnections:read
Gets an array of historian connection objects that satisfy the filter criteria specified in the request body.
Get/projects/{projectId}/objects
returns a list of objects in a project that satisfy the filter criteria
Post/projects/{projectId}/objects
Creates or updates an array of objects in the project
Post/Projects/{projectId}/objects:batchDelete
Deletes an array of objects in the project
Post/projects/{projectId}/objects:read
Gets an array of class Objects that satisfy the filter criteria specified in the request body.
Post/projects/{projectId}/operationsHub-settings
Add or individually modify parameters related to Operations Hub
Get/projects/{projectId}/points
Gets an array of point objects that satisfy the query criteria
Post/projects/{projectId}/points
Creates or updates an array of points in the project
Post/Projects/{projectId}/points:batchDelete
Deletes an array of points in the project
Post/projects/{projectId}/points:read
Gets an array of point objects that satisfy the filter criteria specified in the request body.
Get/projects/{projectId}/resources
returns a list of resources in a project that satisfy the filter criteria
Post/projects/{projectId}/resources
Creates or updates an array of resources in the project
Post/Projects/{projectId}/resources:batchDelete
Deletes an array of resources in the project
Post/projects/{projectId}/resources:read
Gets an array of resource objects that satisfy the filter criteria specified in the request body.
Get/projects/{projectId}/roles
returns a list of roles in a project that satisfy the filter criteria
Post/projects/{projectId}/roles
Creates or updates an array of roles in the project
Post/Projects/{projectId}/roles:batchDelete
Deletes an array of roles in the project
Post/projects/{projectId}/roles:read
Gets an array of role objects that satisfy the filter criteria specified in the request body.
Get/Projects/{projectId}/runningStatus
returns a running status of the CIMPLICITY project
Post/Projects/{projectId}/runningStatus
start or stop a CIMPLICITY project
Post/Projects/{projectId}/runningStatus:read
Deletes an array of objects in the project
Get/projects/{projectId}/securityGroups
returns a list of securitygroups in a project that satisfy the filter criteria
Post/projects/{projectId}/securityGroups
Creates or updates an array of securityGroups in the project
Post/Projects/{projectId}/securityGroups:batchDelete
Deletes an array of securityGroups in the project
Post/projects/{projectId}/securityGroups:read
Gets an array of securityGroup objects that satisfy the filter criteria specified in the request body.
Get/projects/{projectId}/SQLConnections
Gets an array of SQL connections objects that satisfy the query criteria
Post/projects/{projectId}/SQLConnections
Creates or updates an array of sql connections in the project
Post/projects/{projectId}/SQLConnections:read
Gets an array of SQL Connections that satisfy the filter criteria specified in the request body.
Get/projects/{projectId}/users
returns a list of users in a project that satisfy the filter criteria
Post/projects/{projectId}/users
Creates or updates an array of users in the project
Post/Projects/{projectId}/users:batchDelete
Deletes an array of users in the project
Post/projects/{projectId}/users:read
Gets an array of users objects that satisfy the filter criteria specified in the request body.
Post/rest-settings
modifies rest settings of multiple projects
Get/service-settings
returns settings that can be used by the client
Post/user-config
creates or modifies a user
Get/versionInfo
returns version information of the installed CIMPLICITY product
See Also